home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / 121_01.zip / LOCAL.DOC < prev    next >
Text File  |  1993-06-01  |  2KB  |  68 lines

  1.  
  2.      LOCAL (2)                 BDS C Users' Group                 LOCAL (2)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           local - miscellaneous functions used on this disk 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.            1  abort    barf    sign    stacktop               (1) abort(), barf(), sign(), stacktop() 
  11.            2  strncat    strncmp    strncpy    strlower    strupper                (2) strncat(), strncmp(), strncpy(), strlower(), strupper(), 
  12.           strindex    index    findline               strindex(), index(), findline() 
  13.            3  getdph    extract               (3) getdph(), extract() 
  14.            4  mputs    mputc    moready    mgetc    miready                (4) mputs(), mputc(), moready(), mgetc(), miready(), 
  15.           hayesput    hayesget               hayesput(), hayesget() 
  16.            5  globarg    posarg               (5) globarg(), posarg() 
  17.  
  18.      DESCRIPTION        DESCRIPTION 
  19.           The functions above are grouped by type, as follows: 
  20.           (1) miscellaneous general-purpose 
  21.           (2) string manipulation 
  22.           (3) cp/m interface 
  23.           (4) modem access 
  24.           (5) argument parsing for argc & argv 
  25.  
  26.      CAVEATS        CAVEATS 
  27.           These functions were tested with v1.50 of the BDS C compiler 
  28.           under CP/M 2.2.  They should work with other versions of BDS 
  29.           C and CP/M, but have not been tested.  
  30.  
  31.      NOTES        NOTES 
  32.           These functions are used by several programs on this disk, 
  33.           including CALL, IF, TEL and TL370.  See the code for the 
  34.           parameters required.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.                 (4) mputs(), mputc(), moready(), mgetc(), miready(), 
  68.           hayespu